CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - banker algorithm

搜索资源列表

  1. banker-ron

    0下载:
  2. 银行家算法,通过模拟死锁避免的实现,加深对死锁避免,系统安全状态等的理解-bankers algorithm simulation Deadlock avoid the realization of deepening Deadlock avoided, such as system security state understanding
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5986763
    • 提供者:李海
  1. bankC++

    0下载:
  2. 操作系统课程设计,经典的银行家算法,适合初学者学习,里面也含有c的算法描述。-courses on operating system design, the classic banker algorithm, suitable for beginners to learn, they also contain c algorithm descr iption.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:18512
    • 提供者:wz
  1. ygjs

    0下载:
  2. 1.设计进程对各类资源最大申请表示及初值确定。 2.设定系统提供资源初始状况。 3.设定每次某个进程对各类资源的申请表示。 4.编制程序,依据银行家算法,决定其申请是否得到满足。 -1. design advancement to each kind of resources biggest application expression and starting value determination. 2. hypotheses systems provide th
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:3302
    • 提供者:陈登
  1. yinhaogjia

    0下载:
  2. 加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法。 要求编写和调试一个系统动态分配资源的简单模拟程序,观察死锁产生的条件,并采用银行家算法,有效的防止和避免死锁的发生。 -deepen understanding of the application of resources to avoid deadlock concepts, and share and understand the deadlock and avoid the deadlock spe
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:333247
    • 提供者:与非门
  1. banker-deadlock

    0下载:
  2. 解决进程死锁的银行家算法,vc++2005-settlement process Deadlock bankers algorithm, vc 2005
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:94804
    • 提供者:李国新
  1. bankp

    0下载:
  2. 这是银行家算法表现的一个程序-This is a banker algorithm performance of a procedure
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1499
    • 提供者:张乐
  1. banker

    0下载:
  2. 银行家算法是避免死锁的一种重要方法,本实验要求用高级语言编写和调试一个简单的银行家算法程序。加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法-bankers avoid deadlock algorithm is an important method, The experiment with high-level language debugging and prepared a simple algorithm bankers procedures. Deepe
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:200169
    • 提供者:张宁
  1. Bank

    0下载:
  2. 程序是银行家算法的界面实现,银行家算法的功能都已实现,这是我自己完成的,给大家分享一下。-procedure is a banker algorithm to achieve the interface, bankers algorithm functions have been achieved, it is my personal completed. for everyone to share.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:230573
    • 提供者:彭小勇
  1. os-banker

    0下载:
  2. 操作系统中银行家算法的演示程序,银行家算法是避免死锁的方法,避免死锁的法则是,系统在运行过程中,对于进程的每一种资源请求都要根据预掌握的资源使用信息,按照一定的算法,进行是否可能导致死锁的预测,以决定是否同意这一资源请求。这是向前看几步,知道保证不会导致死锁时再向前走一步的具有动态性质的预测算法。-operating system bankers algorithm Demonstration Program, bankers algorithm is a method to avoid dea
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1634
    • 提供者:邱孝杰
  1. banker

    0下载:
  2. 本文件中提供了使用java实现银行家算法的详细代码,并提供了一篇对一行家算法以及代码具体实现过程的详细介绍报告,有较高的学习价值。-this file provides the code implemented by java which realized the banks algorithm, and include a document introduce the implementation detail of the code, it has a high learning value
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:447670
    • 提供者:liusong
  1. banker-safe

    0下载:
  2. 银行家算法/安全性算法,一个实验,包含了要求与详细源码-Banker' s algorithm/security algorithm, an experiment that contains the source code and detailed requirements
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:17863
    • 提供者:王皓
  1. OS5_mfc

    0下载:
  2. 用VC实现的一个小的银行家算法,图型界面,直接输入各个资源数据,运行即可!-VC realize with a small banker algorithm, map-based interface, directly into the various resource data, you can run!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:36264
    • 提供者:hanmeng
  1. banker

    0下载:
  2. 银行家算法-Banker s Algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-11-21
    • 文件大小:1327
    • 提供者:echomails
  1. banker

    0下载:
  2. 这是c语言编写的银行家算法小程序,这是我学操做系统时做的-This is the c language bankers algorithm applet, this is my gymnastics school system to do so
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1146
    • 提供者:sinch
  1. banker

    0下载:
  2. 银行家算法的基本思想是分配资源之前,判断系统是否是安全的 若是,才分配。它是最具有代表性的避免死锁的算法-Banker' s Algorithm The basic idea is the allocation of resources, are to determine whether the system is safe If so, before the distribution. It is the most representative of the algorithm to
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1616
    • 提供者:wulan
  1. banker

    0下载:
  2. 用c++实现的操作系统中著名的银行家算法,应该说里面实现的还是比较易懂的-Using c++ implementation of the operating system well-known banker' s algorithm, it should be said there is still relatively easy to understand the implementation of the
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:5448
    • 提供者:sdfsd
  1. Banker

    0下载:
  2. 操作系统中的银行家算法 C语言实现 VC6.0编译-Operating system implementation of Banker' s Algorithm C language compiler VC6.0
  3. 所属分类:OS Develop

    • 发布日期:2017-04-26
    • 文件大小:79489
    • 提供者:笨笨周
  1. banker

    0下载:
  2. 这是一个C++的银行家算法程序,可以根据输入的进程资源进行银行家算法.也可以按2直接输入一组默认数据.-This is a C++ procedures of the banker' s algorithm, you can enter the process in accordance with resources algorithm Banker. 2 can be directly imported by a set of default data.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1290177
    • 提供者:周是晓
  1. banker

    0下载:
  2. 该代码通过C语言编写完成,完整的实现了银行家算法,安全检测算法,避免了死锁.(The code written in C language completed a complete bankers algorithm, security detection algorithm, to avoid deadlock.)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-22
    • 文件大小:34816
    • 提供者:SSHkang
  1. banker

    0下载:
  2. 基于codeblocks下编程的银行家算法(A banker algorithm based on CodeBlocks programming)
  3. 所属分类:操作系统开发

    • 发布日期:2018-04-22
    • 文件大小:1024
    • 提供者:暴宝宝
« 1 2 3 45 6 7 8 9 10 ... 28 »
搜珍网 www.dssz.com